[PATCH 02/02] Kexec / Kdump: Don't declare _end
authorIan Campbell <ian.campbell@xensource.com>
Mon, 4 Dec 2006 09:08:47 +0000 (09:08 +0000)
committerIan Campbell <ian.campbell@xensource.com>
Mon, 4 Dec 2006 09:08:47 +0000 (09:08 +0000)
commitf5bdee9abde46ffff04e9273ba8cbfe4f4a493c7
treea268053713c762f774cda8bcd0292b407fb7f613
parent6b995a3b55f8d6660985958a141609f251b82d9e
[PATCH 02/02] Kexec / Kdump: Don't declare _end

_end is already declared in xen/include/asm/config.h, so don't declare
it twice. This solves a powerpc/ia64 build problem where _end is declared
as char _end[] compared to unsigned long _end on x86.

Signed-Off-By: Magnus Damm <magnus@valinux.co.jp>
xen/common/kexec.c